home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
djgpp
/
clients
/
xmag
/
hcphar
< prev
next >
Wrap
Text File
|
1994-08-12
|
1KB
|
46 lines
#
# QOS Makefile for HC386 v3.x with Pharlap Extender.
#
CFLAGS = -c -DMSDOS -DIEEE
all: hcphar.tag xmag.exe ~\app-defa\xmag.res
O = xmag.obj cutpaste.obj rootwind.obj scale.obj
xmag.exe: link.rsp $(O)
386link $(O) @link.rsp
.c.obj:
hc386 $< $(CFLAGS)
~\app-defa\xmag.res: xmag.ad
copy xmag.ad ~\app-defa\xmag.res
hcphar.tag:
del *.tag
del *.obj
del *.map
del *.exe
del *.exe
del *.rsp
echo >hcphar.tag
link.rsp: hcphar
echo -EXE xmag > link.rsp
echo -LIB Xaw >> link.rsp
echo -LIB Xmu >> link.rsp
echo -LIB Xt >> link.rsp
echo -LIB X11 >> link.rsp
echo -LIB Xext >> link.rsp
echo -LIB sys >> link.rsp
echo -LIB hc386 >> link.rsp
echo -LIB hcsoft >> link.rsp
echo -LIB hcna >> link.rsp
echo -STACK 30000 >> link.rsp
echo -MAXDATA 0 >> link.rsp
echo -DOSORDER >> link.rsp
echo -PACK >> link.rsp
echo -TWOCASE >> link.rsp